UPPER delete from ^0 where ^2; insert into ^0 (^1) values (^2); update ^0 set ^1 where ^2; select distinct ^0 from ^1 ; select count(*) from ^1; set long %d%s drop table ^0; ^0 ^1^2 create table ^0 (^1); ERROR ERROR select column_name,data_type,nullable,data_length,data_precision,data_scale from accessible_columns where table_name = '^0' and owner = '^creator^'; select table_name, owner from accessible_tables where (table_type = 'TABLE' or table_type = 'VIEW') and owner = '^creator^' order by table_name; set numwidth %d%s set linesize %d%s SQL> SQL>